[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal ListBoxSetRedraw(HWND hBox, BOOL fRedraw)

  This function sets or clears the redraw flag associated with a
listbox. You might want to clear the redraw flag while filling a
listbox with strings to eliminate the redrawing after each string is
inserted. After the filling is completed, you would set the redraw
flag.

Parameters
  hBox is the handle of the listbox control.
  fRedraw is TRUE (non-zero) or FALSE (zero), and controls whether the
   listbox will be redrawn after certain operations.

Returns
  Nothing.


.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson